From cbce906228e580102c3917c77c5159a966da067c Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Sat, 12 Jan 2013 22:45:28 -0500 Subject: [PATCH] widget: Add annotation (allow-none) for set_tooltip_text https://bugzilla.gnome.org/show_bug.cgi?id=691639 --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index c00cd25b90..ed584eafaa 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -13332,7 +13332,7 @@ gtk_widget_queue_tooltip_query (GtkWidget *widget) /** * gtk_widget_set_tooltip_text: * @widget: a #GtkWidget - * @text: the contents of the tooltip for @widget + * @text: (allow-none): the contents of the tooltip for @widget * * Sets @text as the contents of the tooltip. This function will take * care of setting #GtkWidget:has-tooltip to %TRUE and of the default -- 2.30.2